home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Overview / SillyBalls / README next >
Encoding:
Text File  |  1997-02-18  |  1.1 KB  |  32 lines  |  [TEXT/R*ch]

  1. Macintosh Developer Technical Support
  2.  
  3.     Simple Color QuickDraw Sample Application
  4.  
  5.     SillyBalls
  6.  
  7.     SillyBalls.c    -    C Source
  8.  
  9.     Copyright © 1988 Apple Computer, Inc.
  10.     All rights reserved.
  11.  
  12.     Versions:    1.0                    8/88
  13.                 Converted to CodeWarrior 11 project 2/97
  14.  
  15.     Components:    SillyBalls.c        August 1, 1988
  16.                 SillyBalls.rsrc        August 1, 1988
  17.  
  18.     This is a very simple sample program that demonstrates how to use Color 
  19.     QuickDraw.  It is about two pages of code, and does nothing more than open
  20.     a color window and draw randomly colored ovals in the window.
  21.     
  22.     The purpose is to show how to get some initial results with Color QuickDraw.
  23.     It is a complete program and is very short to be as clear as possible.
  24.     
  25.     It does not have an Event Loop.  It is not fully functional in the sense that
  26.     it does not do all the things you would expect a well behaved Macintosh 
  27.     program to do, like size the window naturally, have an event loop, use menus, 
  28.     etc.
  29.  
  30.     See Sample and TESample for the general structure and MultiFinder techniques that
  31.     we recommend that you use when building a new application.
  32.